home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / gl_dev.idb / usr / share / src / OpenGL / toolkits / libwidget / README.z / README
Encoding:
Text File  |  1996-12-06  |  1.3 KB  |  42 lines

  1. Contents of this directory:
  2.  
  3. README        This file
  4. GlxDrawA.c    The Widget
  5. GlxDrawA.h    The public include file
  6. GlxDrawAP.h    The private include file
  7. GlxMDrawA.c    Motif wrapper around GlxDrawA.c
  8. GlxMDrawA.h    Motif wrapper around GlxDrawA.h
  9. GlxMDrawAP.h    Motif wrapper around GlxDrawAP.h
  10. GlxMDUtil.c    Some wrapper functions
  11. Imakefile    A rough starting point (but it works)
  12. simple.c    a simple test program with one widget
  13. man        the manual pages
  14. everything else    garbage
  15.  
  16. Notes:
  17.  
  18. This needs to be built in a Motif 1.2 environment or later.
  19.  
  20. The include file directory and the library name need to be determined.
  21. Both the code and the manual pages will need updating.
  22.  
  23. The manual Page for GlxDrawingArea should be symlinked to
  24. GlxMDrawingArea when installed.
  25.  
  26. All glXChooseVisual attributes (except GLX_USE_GL) have been
  27. incorporated into the widget.  If there are any changes or new
  28. attributes, they must be added to the widget.  Unfortunately, there
  29. are several places that need modifying:
  30.  
  31. GlxDrawA.h:
  32.     Update the comment near the top.
  33.     Add Appropriate GlxN and GlxC declarations.
  34. GlxDrawAP.h:
  35.     Declare variables in the GlxDrawingAreaPart structure.
  36. GlxDrawA.c
  37.     Add them to the resources array.
  38.     Update either the intAttribs or the booleanAttribs array.
  39. Manual
  40.     Update the table in the GlxCreateMDrawingArea.3X manual page.
  41.     
  42.